


.page_top{
    width:100%;
    overflow:hidden;
	
}

.page_top .top_img{
    width:100%;
    position:absolute;
    top:0;
	left:0;
	z-index:-1;
}

.page_top .top_img img{
    width:100%;
}


.page_top .left_top{
	float:left;
	margin-top:20px;
}

.page_top .left_top a{
    width:100%;
	height:100%;
}

.page_top .left_top .logo_img{
    width:123px;
	height:89px;
	display:inline-block;
	background:url(../../images/logo.png) no-repeat;
}

.page_top .left_top .logo_text{
    width:429px;
	height:88px;
	margin-left:15px;
	display:inline-block;
	background:url(../../images/logo_text.png) no-repeat;
}


.page_top .right_top{
    float:right;
}

.page_top .right_top .shortcut_line{
    text-align:right;
}

.page_top .right_top .shortcut_line a{
    font-size:12px;
	color:#767676;
}

.page_top .right_top .shortcut_line span{
    font-size:12px;
	color:#767676;
	margin-left:4px;
	margin-right:4px;
}

.page_top .right_top .telephone{
    margin-top:25px;
    height:45px;
    overflow: hidden;
}

.page_top .right_top .telephone .phone_img{
    width:145px;
	height:45px;
	background:url(../../images/img_1.png) no-repeat;
	display:inline-block;
	float:left;
}

.page_top .right_top .telephone .phone_text{
	height:45px;
	line-height:45px;
	display:inline-block;
	float:left;
	font-size:24px;
	font-weight:bold;
	color:#e7141a;
	
	*zoom:1;
}

.page_top .right_top .telephone .phone_text::after{
	
	content: "";
	
	display: block;
	
	height: 0;
	
	visibility: hidden;
	
	clear: both;
}



.page_nav{
    width:100%;
	height:65px;
	background-color:#e7141a;
}

.page_nav ul{
    width:100%;
    
}

.page_nav .column{
	border-right:1px solid #ee585c;
	height:65px;
	line-height:65px;
	float:left;
	position:relative;
}

.page_nav .column .alink{
    color:#ffffff;
	font-size:16px;
	width:100%;
	height:100%;
    display:inline-block;
	text-decoration:none;
}

.page_nav .column a span{
    display:inline-block;
    margin-left:33px;
    margin-right:33px;
}

.page_nav .column .arrows{
    display:none;
	width:100%;
	height:8px;
	background:url(../../images/img_2.png) no-repeat center bottom;
	background-size:100% 100%;

	position:absolute;
	left:0;
	bottom:-1px;
}

.page_nav .column .subcolumn{
    width:100%;
	display:none;
	position:absolute;
	left:0;
    top:65px;
    z-index: 10;
}

.page_nav .column .subcolumn a{
    display:block;
    width:100%;
	height:40px;
	line-height:40px;
    text-align:center;
	color:#ffffff;
	background-color:#DA030A;
	text-decoration:none;
	border-bottom:1px solid #d5757f;
}

.page_nav .column .subcolumn a:hover{
    background-color:#FBE1E0;
	color:#333333;
}




.out_div .content_home_1{
    width:100%;
	padding-top:33px;
	padding-bottom:33px;
}

.content_home_1 .top_title{
    width:100%;
}

.content_home_1 .top_title .left_site{
    width:50%;
    display: inline-block;
}

.content_home_1 .top_title .left_site .top_p{
    text-align:right;
    font-size:24px;
	color:#888787;
}

.content_home_1 .top_title .left_site .bottom_p{
    text-align:right;
	font-size: 34px;
    font-weight: bold;
	color: #c41e2c;
}

.content_home_1 .top_title .right_site{
    width:49.5%;
    height:76px;
    display: inline-block;
    vertical-align:bottom;
    background:url(../../images/img_3.png) no-repeat left 3px;
}

.content_home_1 .middle{
    margin-top: 23px;
    width: 100%;
}

.content_home_1 .middle .txt{
    margin-top: 30px;
    
    float: left;
    font-size: 14px;
    color: #666666;
    line-height:28px;
    width: 550px;
    max-height:386px;
    overflow: hidden;
	*zoom:1;
}

.content_home_1 .middle .txt::after{
	
	content: "";
	
	display: block;
	
	height: 0;
	
	visibility: hidden;
	
	clear: both;
}

.content_home_1 .middle .img{
    width: 638px;
    height: 403px;
    float: right;
    overflow: hidden;
    *zoom:1;
}

.content_home_1 .middle .img::after{
    
    content: "";
    
    display: block;
    
    height: 0;
    
    visibility: hidden;
    
    clear: both;
}

.content_home_1 .middle .img img{
    width:100%;
}


.out_div .content_home_2{
    width:100%;
    padding-top:33px;
    padding-bottom:33px;
}

.content_home_2 .middle{
    margin-top:20px;

}

.content_home_2 .middle ul{
    width:100%;
}

.content_home_2 .middle ul li{
    float:left;
    width:188px;
    height:168px;
    position:relative;
    margin-right:65px;
    margin-bottom:15px;
}

.content_home_2 .middle ul li .img_out{
    width:100%;
    height:100%;
    overflow: hidden;
    display:table;
}

.content_home_2 .middle ul li .img_out .img_in{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.content_home_2 .middle ul li .img_out .img_in img{
    
}

.content_home_2 .middle ul li .title{
    width: 100%;
    height:42px;
    line-height:42px;
    position:absolute;
    left: 0;
    bottom: 0;
    background-color: #56ac1e;
    text-align: center;
    overflow: hidden;
}

.content_home_2 .middle ul li .title a{
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.content_home_2 .middle ul li.no_margin_right{
    margin-right: 0;
}



.content_home_3{
    width:100%;
    padding-bottom: 43px;
}

.content_home_3 .title_chs{
    width:650px;
    height:60px;
    line-height:60px;

    text-align: center;
}

.content_home_3 .title_chs a{
    font-size: 40px;
    color:#c41e2c;
    text-decoration: none;
}

.content_home_3 .title_eng{
    width:650px;
    height:30px;
    line-height:30px;
    color:#4c2427;
    font-size: 20px;
    text-align: center;
}

.content_home_3 .middle{
    margin-top: 15px;
}

.content_home_3 .middle .left_site{
    float:left;
    width:651px;
}

.content_home_3 .middle li{
    float:left;
    width:144px;
    height: 200px;
    margin-right: 25px;
    margin-bottom: 40px;
}

.content_home_3 .middle li img{
    width:100%;
    height: 100%;
}

.content_home_3 .middle .right_site{
    float:right;
    width:548px;
    height: 475px;
    display: inline-block;
    text-align: center;
    
    overflow: hidden;
}

.content_home_3 .title_chs_2{
    padding-left: 10px;
    overflow: hidden;
}

.content_home_3 .title_chs_2 a{
    font-size: 26px;
    font-weight: bold;
    color:#626563;
    text-decoration: none;
}

.content_home_3 .bottom{
    width:100%;
    margin-top: 10px;
}

.content_home_3 .bottom li:first-child {
    width: 158px;
    height: 220px;
    float:left;
    margin-right: 20px;
}

.content_home_3 .bottom li{
    float: left;
    width: 155px;
    height: 105px;
    margin-right: 18px;
    margin-bottom: 10px;
}

.content_home_3 .bottom li img{
    width:100%;
    height: 100%;
}


.content_home_4{
    width:100%;
    padding-bottom: 83px;
}

.content_home_4 .middle{
    width:100%;
    margin-top:40px;
}

.content_home_4 .middle .left_site{
    float: left;
    margin-left: 74px;
    width: 515px;
    height: 341px;
}

.content_home_4 .middle .left_site img{
    width: 100%;
    height: 100%;
}

.content_home_4 .middle .right_site{
    width: 555px;
    float: right;
    margin-right: 20px;
}

.content_home_4 .middle .right_site li{
    margin-bottom: 26px;
    background:url(../../images/img_7.png) no-repeat left 9px;
}

.content_home_4 .middle .right_site li .first_title{
    margin-left: 15px;
}

.content_home_4 .middle .right_site li .first_title a{
    color: #c41e2c;
    font-size: 18px;
}

.content_home_4 .middle .right_site li .title{
    margin-left: 15px;
    line-height: 25px;
    height:25px;
    overflow: hidden;
}

.content_home_4 .middle .right_site li .title a{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.content_home_4 .middle .right_site li .msg{
    font-size: 14px;
    color: #9f9f9f;
    margin-left: 15px;
    height:20px;
    overflow: hidden;
}


.content_list_news{
    width:100%;
    padding-top: 70px;
    padding-bottom: 80px;
}

.content_list_news .middle{
    width:100%;
    margin-top: 45px;
}

.content_list_news .middle li{
    width: 100%;
    line-height: 47px;
    background: url(../../images/img_10.png) no-repeat left center;
}

.content_list_news .middle li .title{
    float:left;
    margin-left: 15px;
    width: 920px;
    height:47px;
    overflow: hidden;
    letter-spacing: 1px;
}

.content_list_news .middle li .title a{
    font-size: 20px;
    color:#333333;
}

.content_list_news .middle li .time{
    float:right;
    color: #a09f9e;
}

.content_list_news .middle .blank_line{
    height:33px;
}

.content_list_news .middle .page_site{
    margin-top:55px;
	margin-bottom:45px;
    text-align:center;
}


.content_list_news2{
    width:100%;
    padding-top: 75px;
    padding-bottom: 93px;
}

.content_list_news2 .middle{
    width:100%;
    margin-top: 50px;
}


.content_list_news2 .middle .left_site{
    float: left;
    margin-left: 20px;
    width: 559px;
    height: 385px;
}

.content_list_news2 .middle .left_site img{
    width: 100%;
    height: 100%;
}

.content_list_news2 .middle .right_site{
    width: 565px;
    float: right;
    margin-right: 20px;
}

.content_list_news2 .middle .right_site li{
    margin-bottom: 22px;
    background:url(../../images/img_7.png) no-repeat left 9px;
}

.content_list_news2 .middle .right_site li .first_title{
    margin-left: 15px;
}

.content_list_news2 .middle .right_site li .first_title a{
    color: #c41e2c;
    font-size: 18px;
}

.content_list_news2 .middle .right_site li .title{
    margin-left: 15px;
    line-height: 25px;
    height:25px;
    overflow: hidden;
}

.content_list_news2 .middle .right_site li .title a{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.content_list_news2 .middle .right_site li .msg{
    font-size: 14px;
    color: #9f9f9f;
    margin-left: 15px;
    height:20px;
    overflow: hidden;
}

.content_list_news2 .middle .right_site .page_site{
    margin-top:34px;
	margin-bottom:0;
    text-align:right;
}


.content_page_fzlc{
    width:100%;
    padding-top: 70px;
    padding-bottom: 140px;
}

.content_page_fzlc .middle{
    width:100%;
    height:620px;
    margin-top: 115px;
    background: url(../../images/img_18.png) no-repeat center center;
    position: relative;
}

.content_page_fzlc .middle .time{
    width: 80px;
    height: 80px;
    background: url(../../images/img_13.png) no-repeat center center;
}

.content_page_fzlc .middle .time .time_in{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 80px;
}

.content_page_fzlc .middle .msg{
    font-size: 15px;
    color:#000000;
    width: 179px;
    line-height: 27px;
}

.content_page_fzlc .middle .t_1{
    position: absolute;
    left: 72px;
    bottom: 0px;
}

.content_page_fzlc .middle .t_2{
    position: absolute;
    left: 210px;
    bottom: 77px;
}

.content_page_fzlc .middle .t_3{
    position: absolute;
    left: 349px;
    bottom: 140px;
}

.content_page_fzlc .middle .t_4{
    position: absolute;
    left: 488px;
    bottom: 230px;
}

.content_page_fzlc .middle .t_5{
    position: absolute;
    left: 627px;
    bottom: 304px;
}

.content_page_fzlc .middle .t_6{
    position: absolute;
    left: 766px;
    bottom: 382px;
}

.content_page_fzlc .middle .t_7{
    position: absolute;
    left: 905px;
    bottom: 460px;
}

.content_page_fzlc .middle .t_8{
    position: absolute;
    left: 1043px;
    bottom: 544px;
}

.content_page_fzlc .middle .m_1{
    position: absolute;
    left: 112px;
    bottom: -30px;
}

.content_page_fzlc .middle .m_2{
    position: absolute;
    left: 93px;
    bottom: 146px;
}

.content_page_fzlc .middle .m_3{
    position: absolute;
    left: 389px;
    bottom: 28px;
}

.content_page_fzlc .middle .m_4{
    position: absolute;
    left:373px;
    bottom: 299px;
}

.content_page_fzlc .middle .m_5{
    position: absolute;
    left: 666px;
    bottom: 190px;
}

.content_page_fzlc .middle .m_6{
    position: absolute;
    left: 647px;
    bottom: 446px;
}

.content_page_fzlc .middle .m_7{
    position: absolute;
    left: 943px;
    bottom: 347px;
}

.content_page_fzlc .middle .m_8{
    position: absolute;
    left: 927px;
    bottom: 610px;
}


.content_page_gwly{
    width:100%;
    padding-top: 70px;
    padding-bottom: 100px;
}

.content_page_gwly .middle{
    width:100%;
    margin-top: 45px;
}

.content_page_gwly .middle .top{
    
    padding:10px 0;
    background-color: #999999;
}

.content_page_gwly .middle .top .title{
    font-size: 20px;
    font-weight: bold;
    margin-left:18px;
    color:#ffffff;
}

.content_page_gwly .middle .top .title_eng{
    font-size: 12px;
    margin-left:18px;
    color:#ffffff;
}

.content_page_gwly .middle .top .msg{
    font-size: 12px;
    margin-top:2px;
    margin-left:18px;
    color:#ffffff;

}


.content_page_gwly .leave_word{
    width:100%;
    margin-top: 20px;
}

.content_page_gwly .leave_word table tr{
    height:50px;
}

.content_page_gwly .leave_word table tr.tr_area{
    height:187px;
}

.content_page_gwly .leave_word table tr.tr_sub{
    height:73px;
}

.content_page_gwly .leave_word table .key{
    width:103px;
	text-align:left;
	color:#363636;
	font-size:14px;
}

.content_page_gwly .leave_word table .value{
    width:524px;
}

.content_page_gwly .leave_word table .value .text{
    width:300px;
	height:36px;
	padding-left:14px;
	border:1px solid #cccccc;
	
	font-size:12px;
	color:#595757;
}

.content_page_gwly .leave_word table .value .text_2{
    width:210px;
	height:36px;
	padding-left:14px;
	border:1px solid #cccccc;
	
	font-size:12px;
	color:#595757;
}

.content_page_gwly .leave_word table .value .textarea{
    float:left;
    width:449px;
	height:169px;
	padding-left:14px;
    border:1px solid #cccccc;
	
	font-size:12px;
	color:#595757;
    line-height: 30px;
}

.content_page_gwly .leave_word table .value input:focus,
.content_page_gwly .leave_word table .value textarea:focus {
    
	border-color: #95c8f1;
    box-shadow: 0 0 7px 1px #95c8f1;
}

.content_page_gwly .leave_word table .value .red{
    color: #ff0000;
}

.content_page_gwly .leave_word .value .red_div {
    float: left;
    color: #ff0000;
    margin-left: 4px;
}

.content_page_gwly .leave_word table .value .sub{
	width: 105px;
	height: 32px;
	
	background-color: #e7141a;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	border:0;
	letter-spacing:3px;
    text-align:center;
    margin-right: 20px;
}

.content_page_gwly .leave_word table .value img{
    vertical-align: bottom;
}



.content_page_lxfs{
    width:100%;
    padding-top: 70px;
    padding-bottom: 100px;
}

.content_page_lxfs .middle{
    width:100%;
    margin-top: 45px;
}

.content_page_lxfs .middle .map{
    float: left;
    margin-top: 10px;
    margin-bottom: 74px;
    width: 720px;
    height: 500px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 6px 4px #dfdfdf;
}

.content_page_lxfs .middle .company_msg{
    float: left;
    margin-left: 120px;
    padding-top: 20px;
    line-height: 37px;
    font-size: 18px;
}

.content_page_lxfs .middle .company_msg .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
}


.content_list_product{
    width:100%;
    padding-top: 70px;
    padding-bottom: 100px;
}

.content_list_product .middle{
    margin-top: 50px;
    padding:0 20px;
}

.content_list_product .middle li{
    float:left;
    padding:10px 7px 0 7px;
    margin-right:70px;
    margin-bottom:90px;
    border:2px solid #f2f2f2;
    border-radius: 8px;
}

.content_list_product .middle li:hover{
    border:2px solid #cc5155;
}

.content_list_product .middle li .li_in{
    width: 322px;
    height: 310px;
    overflow: hidden;
}

.content_list_product .middle li .img_out{
    width: 322px;
    height: 310px;
    display: table;
    table-layout:fixed;
    overflow: hidden;
    position: relative;
}

.content_list_product .middle li .img_out .img_in{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 322px;
    height: 310px;
}

.content_list_product .middle li .img_out .img_in img{
    position: relative;
}

.content_list_product .middle li .title{
    width:322px;
    height:60px;
    line-height:60px;
    text-align: center;
    border-top:2px solid #f4eee9;
    letter-spacing: 1px;
    overflow: hidden;
}

.content_list_product .middle li .title a{
    font-size: 20px;
    font-weight: bold;
}

.content_list_product .middle li .title a:hover{
    text-decoration: none;
}

.content_list_product .middle .page_site {
    margin-top: 0;
    margin-bottom: 45px;
    text-align: center;
}


.content_page_zzry{
    width:100%;
    padding-top: 70px;
    padding-bottom: 140px;
}

.content_page_zzry .middle{
    margin-top: 50px;
}


.content_page_zzry .middle{
    margin-top: 60px;
}

.content_page_zzry .middle .left_site{
    float:left;
    width:651px;
}

.content_page_zzry .middle li{
    float:left;
    width:144px;
    height: 200px;
    margin-right: 25px;
    margin-bottom: 40px;
}

.content_page_zzry .middle li img{
    width:100%;
    height: 100%;
}

.content_page_zzry .middle .right_site{
    float:right;
    width:548px;
    height: 475px;
    display: inline-block;
    text-align: center;
    
    overflow: hidden;
}

.content_page_zzry .title_chs_2{
    font-size: 26px;
    font-weight: bold;
    color:#626563;
    padding-left: 10px;
}

.content_page_zzry .bottom{
    width:100%;
    margin-top: 40px;
}

.content_page_zzry .bottom li:first-child {
    width: 158px;
    height: 220px;
    float:left;
    margin-right: 20px;
}

.content_page_zzry .bottom li{
    float: left;
    width: 155px;
    height: 105px;
    margin-right: 18px;
    margin-bottom: 10px;
}

.content_page_zzry .bottom li img{
    width:100%;
    height: 100%;
}




.content_article_detail{
    width: 1100px;
	margin:0 auto;
    padding-top: 65px;
    padding-bottom: 25px;
}

.content_article_detail_nodata{
    width: 100%;
    padding-top: 53px;
    padding-bottom: 25px;
}



.across_line_blank_1{
    width: 100%;
    height: 11px;
}

.across_line_blank_2{
    width: 100%;
    height: 45px;
}

.article_content {
    margin: 0 auto;
	margin-top:50px;
	margin-bottom:95px;
    width: 100%;
    min-height: 400px;
}

.article_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.article_content .content .title {
    width: 1100px;
	line-height:40px;
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
	color: #222222;
}

.article_content .content .args{
    width: 100%;
    text-align: center;
    height:60px;
	line-height:60px;
}

.article_content .content .args span{
    margin-right: 15px;
}

.article_content .content .time{
    text-align: center;
	line-height:45px;
	color:#595757;
}

.article_content .content .across_line{
    width:100%;
	height:1px;
	
	border-bottom:1px dashed #ddd;
	margin:7px 0 32px 0;
}

.article_content .content .across_line_2{
    width:100%;
	height:1px;
	
	border-bottom:1px dashed #ddd;
	margin:7px 0 0 0;
}

.article_content .content .across_line_3{
    width:100%;
	height:1px;
	border-bottom:1px solid #ddd;
	margin-top:60px;
}

.article_content .content img {
    max-width: 1100px;
    text-align: center;
}




.single_content {
    margin: 0 auto;
	margin-top:25px;
	margin-bottom:95px;
    width: 100%;
    min-height: 360px;
}

.single_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.single_content .content .across_line{
    width:100%;
	height:1px;
	
	border-bottom:1px dashed #ddd;
	margin:7px 0 32px 0;
}

.single_content .content .across_line_2{
    width:100%;
	height:1px;
	
	border-bottom:1px dashed #ddd;
	margin:17px 0 0 0;
}

.single_content .content .across_line_3{
    width:100%;
	height:1px;
	border-bottom:1px solid #ddd;
	margin-top:60px;
}

.single_content .content img {
    max-width: 1100px;
    text-align: center;
}



.no_content{
    width:100%;
	min-height:400px;
}

.no_content_msg {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 6px 0;
	color:#595757;
	margin-left:16px;
	letter-spacing:0.5px;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
	height:1px;
	border-bottom:1px dashed #ddd;
	margin:7px 0 0 0;
}

.no_content_msg  .tips_img{
 	float:left;
	margin-top:12.5px;
    margin-right:5px;
	line-height:20px;
}

.no_content_msg .tips_img img{
    width:25px;
	height:25px;
}

.no_content_msg .txt{
	float:left;
	font-size:18px;
}



.column_path{
    color:#9c9c9c;
    color:#7c7c7c;
    font-size: 14px;
}

.column_path a{
    color:#9c9c9c;
    color:#7c7c7c;
    font-size: 14px;
}

.column_path .current_column{
    color:#ff8c05;
}






























































































